FlashFS.GetRecordSize
This command retrieves the size of a single record of a certain file. Every file has a fix record size, which was specified at file creation.
Properties
- Command code: 0x4906
- Command timeout: 100 ms
- Possible status codes: General status codes, FlashFS.ErrFsCorrupt, FlashFS.ErrFileNotFound
Parameters (request frame)
Name | Type/Size | Description |
---|---|---|
FileId | Integer (16 bits) | File ID of the file to get the record size from. |
Returned values (response frame)
Name | Type/Size | Description |
---|---|---|
RecordSize | Integer (8 bits) | Record size of file (in Bytes). |